home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1998 #3 / Amiga Plus CD - 1998 - No. 3.iso / pd / spiele / progammon2.3 / dicetests / dicetest5 < prev   
Text File  |  1997-12-08  |  1KB  |  31 lines

  1.  
  2.  A pair of dice are being rolled 108 000 times to check for randomness.
  3.  This test takes about 33 seconds on a 68882 @ 33mhz.  Each combination
  4.  should occur 1/36th of the time (i.e. 3000).
  5.  Test time = 32.49 seconds.
  6.  
  7.  
  8.          1        2        3        4        5        6 
  9.  
  10.  1     3071     3013     2961     3053     2990     3125
  11.  2     3052     3017     2963     2951     3029     2939
  12.  3     3036     2987     2918     2924     2884     2974
  13.  4     2968     3044     3062     2857     2990     3047
  14.  5     3012     3091     2990     3109     3038     3062
  15.  6     2983     2962     3000     2996     2925     2977
  16.  
  17.  The same two times in a row. (i.e. 1/36 * 108 000)
  18.       Theory = 3000   Actual = 2992
  19.  
  20.  Opposite but still the same two times in a row.
  21.       Theory = 3000   Actual = 3025
  22.  
  23.  The same three times in a row. (i.e. 1/1296 * 108 000)
  24.       Theory = 83   Actual = 81
  25.  
  26.  Doubles. (i.e. 1/6 of 108 000)
  27.       Theory = 18 000   Actual = 17878
  28.  
  29.  Total of all rolls including doubles. (i.e. 8.167 * 108 000)
  30.       Theory = 882 000   Actual = 880018
  31.